projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8685db1
)
* lisp/startup.el (package--activated): Fix redundant definition
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 9 Nov 2019 22:42:36 +0000
(17:42 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 9 Nov 2019 22:42:36 +0000
(17:42 -0500)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 651224fe6c46bf56f0f18ebb5aee54cab4093704..5fd76d9284ebb3c0b0c02ee67110e337e2b84285 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-1013,7
+1013,7
@@
the `--debug-init' option to view a complete error backtrace."
(when debug-on-error-should-be-set
(setq debug-on-error debug-on-error-from-init-file))))
-(defvar package--activated
nil
)
+(defvar package--activated)
(defun command-line ()
"A subroutine of `normal-top-level'.